From 8d72f377ff256f6deacfd3748d98072eded77590 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 11 Mar 2026 07:25:03 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2026-02-27 -> 0-unstable-2026-03-10 --- .../applications/emulators/libretro/cores/mame2003-plus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix index 0827b125432f..b92b41037062 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003-plus"; - version = "0-unstable-2026-02-27"; + version = "0-unstable-2026-03-10"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "3a69de934a184cda6551c64ab4b503b0c2958634"; - hash = "sha256-+/semhVh3TgqHYYhzFjOy7cjzQgFxoWxlgz9e34Zvt4="; + rev = "53453e57676ff31131441f08c0b734c9ad84e4f0"; + hash = "sha256-IpVv/bpT7AHF8QaGFGgTWei5JKuy7H5/O70W2n88s1c="; }; makefile = "Makefile";