From 9daa06f7417a26b48875674ad22af32a700be1b2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 2 Apr 2026 21:14:41 +0000 Subject: [PATCH] libretro.mame2000: 0-unstable-2024-07-01 -> 0-unstable-2026-03-31 --- pkgs/applications/emulators/libretro/cores/mame2000.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2000.nix b/pkgs/applications/emulators/libretro/cores/mame2000.nix index c10646ee74a0..916b9de5504c 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2000.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2000.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "mame2000"; - version = "0-unstable-2024-07-01"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2000-libretro"; - rev = "2ec60f6e1078cf9ba173e80432cc28fd4eea200f"; - hash = "sha256-AYZj7bvO9oc7wmEBbj6DPRzpQFHl8diIcunSSpD4Vok="; + rev = "cee538f9b28f00039f298cb3c2b588203f07d0be"; + hash = "sha256-QgVLa6ZgyHWZeWRTemrzQW3hFYA+H+/twsghvlf/Z4c="; }; makefile = "Makefile";