From 052a8a41df7fb52598b9f590ee014be2a3f03042 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 25 Jul 2026 08:16:55 +0000 Subject: [PATCH] libretro.beetle-vb: 0-unstable-2026-06-14 -> 0-unstable-2026-07-22 --- pkgs/applications/emulators/libretro/cores/beetle-vb.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";