Unverified Commit 9824e39b authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.fbneo: 0-unstable-2025-11-06 -> 0-unstable-2025-11-16 (#462180)

parents f82d61c5 dbfac99d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2025-11-06";
  version = "0-unstable-2025-11-16";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "7759881be43b5f1711c95a2a80aa8987a98fbb99";
    hash = "sha256-vYHWJV5xRACjdllmeg/3tr2WgI4QcWtuhKJhEwGIGD0=";
    rev = "79fa66dde4caea81b51910b7ea907951651e5fea";
    hash = "sha256-MBMxuRdgafar5zdlYLnIoIalBzuK3XS0FwuyllOab18=";
  };

  makefile = "Makefile";