From e01616c9ff34c46cb0b2e086650de3be04c52917 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Apr 2025 12:55:23 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-03-06 -> 0-unstable-2025-04-01 --- pkgs/applications/emulators/libretro/cores/mame.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame.nix b/pkgs/applications/emulators/libretro/cores/mame.nix index 82855f07f20f..587f11685853 100644 --- a/pkgs/applications/emulators/libretro/cores/mame.nix +++ b/pkgs/applications/emulators/libretro/cores/mame.nix @@ -9,13 +9,13 @@ }: mkLibretroCore { core = "mame"; - version = "0-unstable-2025-03-06"; + version = "0-unstable-2025-04-01"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "40edadab2e445bfda9d206def9508b43b11fb96a"; - hash = "sha256-TrDx77VCdtLuihwhlz+sYkUvegTxsG8eAn3h6KYO3z0="; + rev = "a638be8510d061f435e2abd46e514bb6c7e41262"; + hash = "sha256-adMLJ3mm+02X07UwG3ojhdt1x5+FvCartxNc/EHz4CQ="; fetchSubmodules = true; };