From b41c0d768bb4cd050ecadc1d0ed5b0fffeb3cba4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Sep 2025 17:46:03 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-08-20 -> 0-unstable-2025-08-29 --- 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 5190b6e64404..39e922260fa4 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-20"; + version = "0-unstable-2025-08-29"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "9c5408a6d3fff939ae06a319c2fce3aa6f2a4d69"; - hash = "sha256-AH/XVN7Ah2DzN8/jlagOEAsNSciQMf8WBhfdC7YIMHw="; + rev = "0243f81c264ea8d1bbaa107f26fb6644f767c1e8"; + hash = "sha256-iLEOAOMzdhlG4qogJiAhdK03YZ57dAV15TwBBjK7iSY="; fetchSubmodules = true; };