diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb
similarity index 49%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb
index f6d797cae7..2f15a943a4 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb
@@ -1,3 +1,33 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.md
+# +++ LICENSE.md
+# @@ -1,12 +1,13 @@
+# -Copyright 2015-2023 The Khronos Group Inc.
+# +Copyright 2015-2026 The Khronos Group Inc.
+#  
+#  Files in this repository fall under one of these licenses:
+#  
+#  - `Apache-2.0`
+#  - `MIT`
+#  
+# -Note: With the exception of `parse_dependency.py` the files using `MIT` license
+# -also fall under `Apache-2.0`. Example:
+# +Note: With the exception of `parse_dependency.py`, which is based on an
+# +external file, files using the `MIT` license also fall under `Apache-2.0`.
+# +Example:
+#  
+#  ```
+#  SPDX-License-Identifier: Apache-2.0 OR MIT
+# 
+#
+
 SUMMARY = "Vulkan Header files and API registry"
 DESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \
 to modern GPUs with low overhead and targeting realtime graphics applications such as \
@@ -8,10 +38,10 @@ BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
 SECTION = "libs"
 
 LICENSE = "Apache-2.0 AND MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bc355d8c4196f774c8b87ed1a8dd625"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=adc9da32fdd898219b3db5529f2185c0"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}"
 
-SRCREV = "8864cdc896bbc2a9b6eb36b3218fc9ef57908d77"
+SRCREV = "e3b1eec08173d6b825cd3ac88c885a63b621504a"
 
 inherit cmake
 
