diff --git a/CMakeLists.txt b/CMakeLists.txt index 4039c680e84..f58ad15c603 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -316,7 +316,7 @@ find_package(ZLIB 1.2 REQUIRED) find_package(zstd 1.5 REQUIRED) if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) - find_package(Vulkan 1.3.256 REQUIRED) + find_package(Vulkan 1.3.250 REQUIRED) endif() if (ENABLE_LIBUSB)