diff --git a/pkgs/applications/emulators/libretro/cores/beetle-vb.nix b/pkgs/applications/emulators/libretro/cores/beetle-vb.nix index 2368ed316d72..89f3cd32c600 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-vb.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-vb.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-vb"; - version = "0-unstable-2026-06-14"; + version = "0-unstable-2026-07-22"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-vb-libretro"; - rev = "38e7a0ec9ac7079ca1c1e3dd9aaf5b56f527efca"; - hash = "sha256-+57qsfH2wygKdD66yauzKD9XDf01q4LeiWdIeYbVUmc="; + rev = "7cc663e9044459b3dab1790bdce8f48dc7358ed6"; + hash = "sha256-ntw8SXzyu0PTDQgaLmT5Wy172A8TI3JLN6A5WQ2T/OI="; }; makefile = "Makefile";