From 58fdf81d3b137a0799eed3fdf201adbd2c2e211e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Oct 2025 09:27:53 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-09-19 -> 0-unstable-2025-10-03 --- 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 bccad05c701d..f08e15ac8948 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-19"; + version = "0-unstable-2025-10-03"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "851dd226648c3e2706cef99a02a5cddad3e2f4b1"; - hash = "sha256-bBIHmKViwC5+8bM3Tdb4DKxsWw988nGVdAwSHsFciNE="; + rev = "af5f67c15d52b16d35e95671a5b74502288c4397"; + hash = "sha256-eMkyNwGdgyYDmwqYy3xzzSTYqUcoKpQkDYFP8bQdz58="; fetchSubmodules = true; };