From e3a8b1083db63c1425ec365702b26f3f984bf4a9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 23 Aug 2025 11:38:27 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-08-01 -> 0-unstable-2025-08-20 --- 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 2fbae3a49af2..5190b6e64404 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-01"; + version = "0-unstable-2025-08-20"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "40e400ab084175d3bd0f9e10cf8d6ac78c8b9544"; - hash = "sha256-k/w1tmuGuRD98bR/kmc/9pLFGeobHMhKQapJOv8qVJo="; + rev = "9c5408a6d3fff939ae06a319c2fce3aa6f2a4d69"; + hash = "sha256-AH/XVN7Ah2DzN8/jlagOEAsNSciQMf8WBhfdC7YIMHw="; fetchSubmodules = true; };