From 95bda63bb4ff79caf1c26034f57a56d41e94cd0a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 11 Jan 2026 14:56:19 +0000 Subject: [PATCH] libretro.vba-m: 0-unstable-2026-01-04 -> 0-unstable-2024-10-21 --- 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 0e0d9cd98671..7beabad5155d 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-2026-01-04"; + version = "0-unstable-2024-10-21"; src = fetchFromGitHub { owner = "libretro"; repo = "vbam-libretro"; - rev = "894948f85303253d4e70ae03c9eff8865d95f427"; - hash = "sha256-0KgCJSYn0PUL/5cGLzFEfRCAMtsdY4N6wY5hbNteRFI="; + rev = "60b48a3a4a46562f29120c1868a54778b40b60a2"; + hash = "sha256-UbXSHdKfa91MpcYityo+aILbI0DfkLqZh8YfGcRx/BI="; }; makefile = "Makefile";