From acb523bacfef7a0290fb7f4f2500acad451d6074 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 13 Sep 2025 04:18:15 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-08-18 -> 0-unstable-2025-09-04 --- 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 471993cb12f2..643afe13598c 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-08-18"; + version = "0-unstable-2025-09-04"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "d9f594146b6c43b7b15ee2569d1175e62030f0cb"; - hash = "sha256-sQZUuAwCYy4YKaiPPt+0q8lblqb7U7kiGWk2kYK3Kmk="; + rev = "e42c983a90d3334bed659ecc12939ca935bef1c3"; + hash = "sha256-HfLxZ9OWX++hvT7ru8OOtYGFmfwVlLqne3n/vjdn7CY="; fetchSubmodules = true; };