From 2bd6215cb09d5fadb1b04c3d8400a70f0386f262 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 11:55:18 +0000 Subject: [PATCH] libretro.mame2003: 0-unstable-2025-01-26 -> 0-unstable-2025-03-14 --- pkgs/applications/emulators/libretro/cores/mame2003.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003.nix b/pkgs/applications/emulators/libretro/cores/mame2003.nix index fb89c507cd04..6ca5c9440db4 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003"; - version = "0-unstable-2025-01-26"; + version = "0-unstable-2025-03-14"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-libretro"; - rev = "290027956a5bfc9e22e3e96fb4b5958968da6b70"; - hash = "sha256-FlroIr4T5Z4tBPJ32AxDjXdSnQpU9ergDCznP5qvh3Y="; + rev = "9c05757528afb96278ececf71454072cd4e57946"; + hash = "sha256-v4LG52JbekLFPotMpoZyvYYj27I1SL1DEe01GaeMRjk="; }; # Fix build with GCC 14