diff --git a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.350.1.bb b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.357.0.bb
similarity index 36%
rename from meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.350.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.357.0.bb
index 163fe0beea..f3510ac3d9 100644
--- a/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.350.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.357.0.bb
@@ -1,3 +1,67 @@
+# 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.txt
+# +++ LICENSE.txt
+# @@ -256,3 +256,50 @@
+#  FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+#  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+#  DEALINGS IN THE SOFTWARE.
+# +
+# +===========================================================================================
+# +File: layers/external/xxhash.h
+# +
+# +Copyright (c) 2020-2024 The Khronos Group Inc.
+# +Copyright (c) 2020-2024 Valve Corporation
+# +Copyright (c) 2020-2024 LunarG, Inc.
+# +
+# +Redistribution and use in source and binary forms, with or without
+# +modification, are permitted provided that the following conditions are met:
+# +
+# +1. Redistributions of source code must retain the above copyright notice, this
+# +   list of conditions and the following disclaimer.
+# +
+# +2. Redistributions in binary form must reproduce the above copyright notice,
+# +   this list of conditions and the following disclaimer in the documentation
+# +   and/or other materials provided with the distribution.
+# +
+# +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+# +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+# +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+# +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+# +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# +
+# +===========================================================================================
+# +File: scripts/clang-format-diff.py
+# +
+# +---- LLVM Exceptions to the Apache 2.0 License ----
+# +
+# +   As an exception, if, as a result of your compiling your source code, portions
+# +   of this Software are embedded into an Object form of such source code, you
+# +   may redistribute such embedded portions in such Object form without complying
+# +   with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
+# +
+# +   In addition, if you combine or link compiled forms of this Software with
+# +   software that is licensed under the GPLv2 ("Combined Software") and if a
+# +   court of competent jurisdiction determines that the patent provision (Section
+# +   3), the indemnity provision (Section 9) or other Section of the License
+# +   conflicts with the conditions of the GPLv2, you may retroactively and
+# +   prospectively choose to deem waived or otherwise exclude such Section(s) of
+# +   the License, but only in their entirety and only with respect to the Combined
+# +   Software.
+# 
+#
+
 SUMMARY = "Vulkan Validation layers"
 DESCRIPTION = "Khronos official Vulkan validation layers to assist developers \
 in verifying that their applications correctly use the Vulkan API"
@@ -6,10 +70,10 @@ BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-ValidationLayers"
 SECTION = "libs"
 
 LICENSE = "Apache-2.0 AND BSL-1.0 AND MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1a17d548e004bfbbfaa0c40988b6b31"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=15158583155fe4efc33ea65c1370a177"
 
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=vulkan-sdk-1.4.350;protocol=https;tag=vulkan-sdk-${PV}"
-SRCREV = "b9d4f9ead8d97c1bb0d174ea07d8aed8273818a5"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}"
+SRCREV = "f4874eee15c78d7bdb2b7e60659d539f14741500"
 
 REQUIRED_DISTRO_FEATURES = "vulkan"
 
