diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 47f4d1c2..6e156cba 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -54,7 +54,7 @@ REPO_BASE="git://github.com" fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES" fetch_project "$REPO_BASE/snes9xgit/snes9x.git" "libretro-s9x" "libretro/SNES9x" fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-s9x-next" "libretro/SNES9x-Next" -fetch_project "$REPO_BASE/libretro/genesis-next.git" "libretro-genplus" "libretro/Genplus GX" +fetch_project "$REPO_BASE/libretro/Genesis-Plus-GX.git" "libretro-genplus" "libretro/Genplus GX" fetch_project "$REPO_BASE/libretro/fba-libretro.git" "libretro-fba" "libretro/FBA" fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba" "libretro/VBA" fetch_project "$REPO_BASE/libretro/bnes-libretro.git" "libretro-bnes" "libretro/bNES"