From 1a173c125a101fcaa62a7dea2c5a81c572ef276a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 8 Nov 2025 02:04:45 +0000 Subject: [PATCH] libretro.vba-m: 0-unstable-2025-10-17 -> 0-unstable-2025-11-05 --- 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 613861b185e5..1a25a66478dd 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-10-17"; + version = "0-unstable-2025-11-05"; src = fetchFromGitHub { owner = "libretro"; repo = "vbam-libretro"; - rev = "badf47c0e050983e44ac1217033283ca78313298"; - hash = "sha256-PwqwG+YMgdWNMoWx0mdUIBebQBMgaFd8BiI27xSUhps="; + rev = "d0787aee43d260675da203c2f85ba9fa226c0c66"; + hash = "sha256-WhsiKsDk7jEIklrOw1YFCcWSlAmLK4vCCji3Mnsgwmw="; }; makefile = "Makefile";