From 61280906f305c86bfe47518f52d96b6dd011f143 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 25 Sep 2025 22:11:23 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-09-12 -> 0-unstable-2025-09-19 --- 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 78283a3ab104..bccad05c701d 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-09-12"; + version = "0-unstable-2025-09-19"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "ac32a8035243951803d8a8e9f45ad2317a2da91f"; - hash = "sha256-JyC804cArKvrBYvChD1zUmzUAxQZyBvYswpuA9COvF8="; + rev = "851dd226648c3e2706cef99a02a5cddad3e2f4b1"; + hash = "sha256-bBIHmKViwC5+8bM3Tdb4DKxsWw988nGVdAwSHsFciNE="; fetchSubmodules = true; };