diff --git a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch b/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch
index e933c17d8a..791b967d3f 100644
--- a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch
+++ b/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch
@@ -1,4 +1,4 @@
-From 6d22f5c9e96811f1abcedd8fb1849fe72747b5c4 Mon Sep 17 00:00:00 2001
+From 7f6e5e9e91f59c1b177e649cc2386f2de5096326 Mon Sep 17 00:00:00 2001
 From: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
 Date: Mon, 11 May 2026 02:43:10 -0700
 Subject: [PATCH] gn: fix build with GCC 16 on musl
@@ -11,23 +11,19 @@ Fixes:
 Upstream-Status: Submitted [https://gn-review.googlesource.com/c/gn/+/22740]
 
 Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
-
 ---
  src/gn/pool.h | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/src/gn/pool.h b/src/gn/pool.h
-index e03113608..247cb6425 100644
+index 7beb5da0..c3d5883e 100644
 --- a/src/gn/pool.h
 +++ b/src/gn/pool.h
-@@ -6,6 +6,7 @@
- #define TOOLS_GN_POOL_H_
+@@ -7,6 +7,7 @@
  
+ #include <cstdint>
  #include <string>
 +#include <cstdint>
  
  #include "gn/item.h"
  
--- 
-2.49.0
-
diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb
index 6047ab5e2b..238f991b3c 100644
--- a/meta/recipes-devtools/gn/gn_git.bb
+++ b/meta/recipes-devtools/gn/gn_git.bb
@@ -9,7 +9,7 @@ UPSTREAM_CHECK_COMMITS = "1"
 SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \
            file://0001-gn-fix-build-with-gcc-16-on-musl.patch \
 "
-SRCREV = "eab8a9f92dca9b8548a89d9e5eb6aeb8ac6bba77"
+SRCREV = "3357c4f51b1a9e676378c695dd9c7e9911c35ee6"
 PV = "0+git"
 
 BB_GIT_SHALLOW = ""
