From 51e22711cf7f9e83d2ef28e0135516ff574c84a3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 Jul 2026 01:29:22 +0000 Subject: [PATCH] libretro.vba-next: 0-unstable-2026-06-29 -> 0-unstable-2026-07-21 --- pkgs/applications/emulators/libretro/cores/vba-next.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/vba-next.nix b/pkgs/applications/emulators/libretro/cores/vba-next.nix index c899f13b10a3..94cd4212aab6 100644 --- a/pkgs/applications/emulators/libretro/cores/vba-next.nix +++ b/pkgs/applications/emulators/libretro/cores/vba-next.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "vba-next"; - version = "0-unstable-2026-06-29"; + version = "0-unstable-2026-07-21"; src = fetchFromGitHub { owner = "libretro"; repo = "vba-next"; - rev = "91de6188c2544ecb13c7bc05e4d9c361d21a49ad"; - hash = "sha256-gC5SAw7wHlMxvFFXOSFB5abInAme23140eAm5uyOlNg="; + rev = "2b96fd3a77025f3083daf61126b1852d5e0eace7"; + hash = "sha256-09KSCGlmHNrftX86CVUUAAIHiOpM+MpWwa+XOw3MrJA="; }; meta = {