From e78fdf3e16161fcb898926076d1ea5a9115c02c2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Nov 2025 01:34:13 +0000 Subject: [PATCH] libretro.vba-m: 0-unstable-2025-11-05 -> 0-unstable-2025-11-25 --- pkgs/applications/emulators/libretro/cores/vba-m.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/vba-m.nix b/pkgs/applications/emulators/libretro/cores/vba-m.nix index 1a25a66478dd..6587893baed3 100644 --- a/pkgs/applications/emulators/libretro/cores/vba-m.nix +++ b/pkgs/applications/emulators/libretro/cores/vba-m.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "vbam"; - version = "0-unstable-2025-11-05"; + version = "0-unstable-2025-11-25"; src = fetchFromGitHub { owner = "libretro"; repo = "vbam-libretro"; - rev = "d0787aee43d260675da203c2f85ba9fa226c0c66"; - hash = "sha256-WhsiKsDk7jEIklrOw1YFCcWSlAmLK4vCCji3Mnsgwmw="; + rev = "c3db5dc221a3038ee54572047304963cbca15cd6"; + hash = "sha256-e+elKAcQXTVH2VtW0J4FG2p6bJTWSuxrIrnMHwjaO9I="; }; makefile = "Makefile";