From e84019f8c872ed2a9bbb5195e3437a21cf1d792e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Sep 2025 15:34:29 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-08-29 -> 0-unstable-2025-09-12 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index 39e922260fa4..78283a3ab104 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2025-08-29"; + version = "0-unstable-2025-09-12"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "0243f81c264ea8d1bbaa107f26fb6644f767c1e8"; - hash = "sha256-iLEOAOMzdhlG4qogJiAhdK03YZ57dAV15TwBBjK7iSY="; + rev = "ac32a8035243951803d8a8e9f45ad2317a2da91f"; + hash = "sha256-JyC804cArKvrBYvChD1zUmzUAxQZyBvYswpuA9COvF8="; fetchSubmodules = true; };